<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  color: #454545;
  border: 0 none;
  text-transform: uppercase;
}
html {
  font-family: "å¾®è½¯é›…é»‘", "microsoft yahei";
  font-size: 12px;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-size: 12px;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
}

.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
</pre></body></html>